object frmBackground: TfrmBackground Left = 290 Top = 0 Width = 454 Height = 300 Caption = 'Setup' Color = clBlue Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Visible = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 313 Height = 41 Caption = 'InVircible 7.01 Setup' Font.Color = clBlack Font.Height = -35 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object Label2: TLabel Left = 10 Top = 10 Width = 313 Height = 41 Caption = 'InVircible 7.01 Setup' Font.Color = clWhite Font.Height = -35 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end end